func golang.org/x/sys/unix.openByHandleAt
2 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L2484: return openByHandleAt(mountFD, handle.fileHandle, flags)
zsyscall_linux.go#L2022: func openByHandleAt(mountFD int, fh *fileHandle, flags int) (fd int, err error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)